home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
United Public Domain Gold 2
/
United Public Domain Gold 2.iso
/
utilities
/
pu242.dms
/
pu242.adf
/
TextPlus
/
UnPackTPP400EN
< prev
next >
Wrap
Text File
|
1992-07-15
|
801b
|
33 lines
.K ""
echo "This script will use the following archives to recreate the"
echo "original TPP400EN distribution disk:"
echo ""
echo " TPP400EN.lha => TPP400EN:"
echo " Common.lha => TPP400EN:"
echo ""
ask "Do you have a blank disk ready?"
if not WARN
echo "Try again when you do ..."
echo "All Done. Click close gadget to get rid of window."
endcli
endif
ask "Is floppy drive df1: free?"
if not WARN
echo "You will need to do the unpacking yourself."
echo "All Done. Click close gadget to get rid of window."
endcli
endif
sys:system/format drive df1: name TPP400EN noicons
echo "Unpacking TPP400EN.lha ..."
:c/lha -x -a -m x TPP400EN.lha TPP400EN:
echo "Unpacking Common.lha ..."
:c/lha -x -a -m x Common.lha TPP400EN:
echo "All Done. Click close gadget to get rid of window."
endcli